home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 24 / 7 / DISK2472.ZIP / CHANGES.DOC < prev    next >
Text File  |  1990-05-06  |  4KB  |  72 lines

  1. This describes the changes from GANTT version 1.3 to 2.0
  2.  
  3.   GANTT2 is a complete rewrite although it maintains compatibility wherever
  4.   possible. It is designed for use with hard disk systems. Some of the new
  5.   features are:
  6.  
  7.       - On line documentation and improved help.
  8.       - Mouse support and SAA compliance.
  9.       - Background processing for better responsiveness.
  10.       - Planned and actual displays with the "BookIt" function.
  11.       - Accumulative Planned vs. Actual job completion display.
  12.       - Future availability in German and Spanish (if there is a demand).
  13.  
  14.   If you are using GANTT version 1.x you may notice some differences using
  15.   GANTT 2.x. You may also want to keep using version 1.3 if you have
  16.   requirements for use with a diskette only system.
  17.  
  18.   1. Additional storage is required for the program and data. 256K is
  19.      now required. Disk storage has also increased.
  20.  
  21.   2. The Resource Activities frame F5 has been eliminated. Lack of use and
  22.      the fact that the content was difficult to explain was the reason.
  23.  
  24.   3. The ACTIVITIES TOT, SUB, CLR, CLS, commands have been eliminated.
  25.      Lack of use was the reason.
  26.  
  27.   4. The GANTT2 program now consists of three files rather than one.
  28.      GANTT2.EXE, GANTT2.PIC, and GANTT2.MSG make up the program. This change
  29.      allows the program to support a variety of languages by customizing the
  30.      picture and message files.
  31.  
  32.   5. Time starts with year 50 and ends with year 49. This allows projects
  33.      to span across year 2000 (start in 1950 and end in 2049) while using
  34.      two characters to indicate the year. If you had projects starting
  35.      before year 1950 and ending after 1950 they will no longer display
  36.      properly as they will be seen as starting in 20xx and ending in 19xx.
  37.  
  38.   6. If you had multiple jobs with the same name in the project.PRT file
  39.      the last one will now be displayed rather than the first. If this is
  40.      a problem rename your "project.PRT" file to "project.REF" so you can
  41.      select the duplicate names independently.
  42.  
  43.   7. If there are multiple tasks with the same name in a job the
  44.      tasks will all be displayed on the same line rather than on separate
  45.      lines. Version 2.x of GANTT supports multiple independent time spans
  46.      on a single line with JOB displays.
  47.  
  48.   8. The backslash "\" can no longer be used as a job separator character.
  49.      The ASCII 2 (Smiley) and ASCII 12 (Eject) can still be used.
  50.  
  51. The following is an additional list of differences between GANTT version 1.x
  52. and 2.x. These differences are compatible with any existing files or
  53. configurations you may be using currently.
  54.  
  55.   1. Disk paths can be used with the command and the project name on the
  56.      DOS command line.
  57.          a. GANTT.EXE, GANTT.PIC, and GANTT.MSG always stay together and are
  58.             assumed to be in the same directory.
  59.          b. The project.PRT, project.REF, project.GKB, and project.GPT
  60.             files are assumed to be in the same directory but that directory
  61.             can be different from the directory with the program.
  62.  
  63.   2. "project.REF" is a new optional file. It is in the same format as the
  64.      "project.PRT" file and can be used interchangeable in most cases. If both
  65.      files exist the .REF file is considered to be the reference and the
  66.      .PRT file is the current status. Double lines will be displayed for each
  67.      item that is contained in both files. The order of the display is
  68.      determined by the .REF file sequence. This allows you to display planned
  69.      vs. actual, insert additional formatting lines and notes, or to manually
  70.      arrange the order of the job displays.
  71.  
  72.